Initializes a new instance of the LeadCollection<T> class that contains items copied from the specified list and that has the same initial capacity as the number of items copied.
Overload | Description |
---|---|
LeadCollection<T>() | Initializes a new empty instance of the LeadCollection<T> class. |
LeadCollection<T>(ienumerable<t>) | Initializes a new instance of the LeadCollection<T> class that contains items copied from the specified collection and that has the same initial capacity as the number of items copied. |
LeadCollection<T>(list<t>) | Initializes a new instance of the LeadCollection<T> class that contains items copied from the specified list and that has the same initial capacity as the number of items copied. |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET